home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 5 / Gold Medal Software - Volume 5 (Gold Medal) (1995).iso / database / rep114.arj / REPLICAT.REV < prev    next >
Text File  |  1995-01-05  |  13KB  |  275 lines

  1.                          Replicator Revision History
  2.  
  3.  
  4. 01-05-95 ■ Version 1.14
  5.  
  6.          . Fixed a serious problem that caused the database creation to
  7.            fail when Replicator was executed.  (This problem occurred
  8.            because the default "NetworkType=" portion of the file
  9.            REPLICAT.INI was set to "NOVELL" instead of "NONET".)  A
  10.            network call was being attempted due to this problem, causing
  11.            an error #8100 to occur.  The database was not being initialized,
  12.            causing further problems in program execution.
  13.  
  14.          . Added error checking to make sure that a network user cannot
  15.            attempt to open the database if another user has created
  16.            a ".SAV" file in the Replicator directory.  (Doing so could
  17.            cause database corruption.)
  18.  
  19.          . Added code to make Replicator remember the last size and
  20.            position of the browser screen within a session.  Each time
  21.            the browser is initialized, it will be displayed in the same
  22.            position as it was when it was closed last.
  23.  
  24.          . Added a custom exit procedure to be executed in the event
  25.            that a Runtime error occurs.
  26.  
  27.          . Added support for the browser to automatically highlight
  28.            the current record in the database when it is initialized,
  29.            rather than highlight the first record in the database.
  30.  
  31.          . Updated code with database library changes.
  32.  
  33.  
  34.  
  35. 12-29-94 ■ Version 1.13
  36.  
  37.          . Increased the number of columns in the browser window from
  38.            128 to 255.
  39.  
  40.          . Fixed some appearance issues on monochrome monitors.
  41.  
  42.          . Changed the "Search" button on the Copy File To Disk screen
  43.            to a "Browse" button.  (Serves the same function as before;
  44.            only the text has changed.)
  45.  
  46.          . Removed the "Original Location" field from the browser screen.
  47.            This will leave more space available for the description
  48.            lines.  Increased the width of each description column from
  49.            25 to 30 characters.
  50.  
  51.          . Fixed a problem where the ZIP file size was being displayed
  52.            after a disk image was successfully created, even if the
  53.            file had not been compressed by the user.
  54.  
  55.  
  56. 12-18-94 ■ Version 1.12
  57.  
  58.          . Fixed a problem where the screen would be cleared when the
  59.            user pressed Escape in the middle of a compression or
  60.            decompression process.  This caused the background to be
  61.            erased, and many display problems appeared.  Removed the
  62.            statement that was clearing the screen after one of these
  63.            errors, and cleaned up associated routines.
  64.  
  65.          . Fixed a problem where an error would occur after attempting
  66.            to format a diskette.  The format progress screen was not
  67.            being erased and disposed of, causing an error to be displayed,
  68.            even though the disk had been formatted successfully.
  69.  
  70.          . Corrected a minor problem where the completion line on the
  71.            status screen would not always be completely filled out to
  72.            the 100 percent mark when reading or writing a diskette.
  73.  
  74.          . Fixed a minor problem where corruption could occur on the
  75.            Register Replicator screen if the user entered a registration
  76.            name longer than 30 characters.  Also shortened the length
  77.            of the registration number field from 30 to 12 characters.
  78.  
  79.          . Added a 25-record limit to the database facilities when
  80.            using an UNREGISTERED version of Replicator.  This is
  81.            strictly added as a registration incentive.  Registered
  82.            users should NOT be affected by this change!
  83.  
  84.          . Added a prompt before the formatting disk procedure is
  85.            started.
  86.  
  87.          . Fixed a problem where the F1=Help keypress was not working
  88.            on the database management screen.
  89.  
  90.  
  91. 12-10-94 ■ Version 1.11
  92.  
  93.          . Added code to erase the original image file (.RIF file) if
  94.            the disk image was not successfully created.
  95.  
  96.          . Removed unnecessary code for displaying the old style status
  97.            screens.
  98.  
  99.          . Fixed a problem where Replicator was displaying "Track ??
  100.            of 79 total tracks" when reading or writing to a diskette,
  101.            when the total tracks value should have shown "80".
  102.  
  103.  
  104. 12-07-94 ■ Version 1.10
  105.  
  106.          . Added a "Paths" button to the Database Maintenance screen to
  107.            allow users to globally change the "Location" field of each
  108.            record in the database to a new user-specified path.
  109.  
  110.          . Added a Utilities menu option to the main menu, and placed
  111.            the Database Maintenance menu option on the Utilities sub-
  112.            menu.  Added a Upgrade Program menu option to the Utilities
  113.            menu to allow users of version 1.00 through 1.02 to upgrade
  114.            their data files to the current version.  (REPLICA.DAT needs
  115.            to be renamed to REPLICAT.DAT, (and so on) to conform to the
  116.            new naming convention.)
  117.  
  118.          . Reworked the status display screens to display more information
  119.            and be more attractive in appearance.
  120.  
  121.          . Removed an extra (redundant) error message box that was
  122.            displayed when a format process failed.
  123.  
  124.          . Added fail-safe checks to warn the user if changes have
  125.            been made on the configuration or defaults screens if they
  126.            select Cancel or the close box.  This prompts the user
  127.            whether or not changes that have been made should be saved.
  128.  
  129.          . Fixed a problem where Replicator was not remembering the
  130.            disk drive type and letter after completing an operation.
  131.  
  132.          . Added an option to format a diskette if Replicator detected
  133.            that it was not formatted.  If the user decides not to format
  134.            the diskette, the process is terminated.
  135.  
  136.          . Changed "Drive Type" wording on disk screens to "Disk Type"
  137.            since the value of this field should reflect the type of
  138.            disk in the disk drive, not necessarily the type of drive.
  139.  
  140.          . Fixed a problem where the Format Diskette routine was
  141.            not properly detecting an unformatted diskette.
  142.  
  143.          . Fixed a problem where Replicator was attempting to read
  144.            the default drive (typically A:) when getting drive
  145.            parameters.  This could pose a problem when creating images
  146.            from the B: drive.
  147.  
  148.          . Fixed a problem where memory was not being freed after
  149.            creating a diskette image.  This could result in an "out of
  150.            memory" error message after creating a large number of diskette
  151.            images.
  152.  
  153.          . Converted Replicator to a protected mode application.  Only
  154.            systems with 80286 or higher processors can use Replicator.
  155.            This should reduce the memory related problems on most
  156.            systems.
  157.  
  158.          . Changed the name of Replica to Replicator.  Previous
  159.            name was found to conflict with a product from another
  160.            company.
  161.  
  162.  
  163. 12-03-94 ■ Version 1.02
  164.  
  165.          . Updated context-sensitive help routines and values.
  166.  
  167.          . Added a conversion routine to automatically convert data
  168.            files from version 1.00 and 1.01 to version 1.02.  This is
  169.            necessary because of the date field that was added, as
  170.            described below.
  171.  
  172.          . Added a date field to the database to store the date when
  173.            the disk image file was originally created.  This date is not
  174.            displayed or accessed at this time.  That feature will be
  175.            added to a future version.
  176.  
  177.          . Disabled the display of "Swapping in..." and "Swapping out..."
  178.            messages from being displayed when the compression and/or
  179.            decompression processes are invoked.
  180.  
  181.          . Fixed a problem where Replica could not find the image file
  182.            to recreate a diskette after a file had been decompressed.
  183.            This problem only occurred if image files were stored in a
  184.            directory other than the Replica program directory.
  185.  
  186.          . Added an option to allow the user to delete a file from the
  187.            hard drive when an associated record is deleted from the
  188.            database.  After deleting a database file, a prompt is
  189.            displayed to give the user the opportunity to delete the
  190.            file.
  191.  
  192.          . Added a system to the Copy Disk To File screen that allows
  193.            Replica to remember the previous settings between disk
  194.            creations.  This is useful when creating a series of disk
  195.            images for a particular program.  This is the default.  In
  196.            order to clear the settings, a "Clear" button was added.
  197.            When selected, this button restores the default values, and
  198.            sets all description fields to empty.
  199.  
  200.          . Integrated the use of up and down arrow keys on all
  201.            dialog screens.  This will allow users to use these keys
  202.            in place of Tab and Shift-Tab.
  203.  
  204.          . Removed the use of overlays for Replica.  Since error
  205.            messages such as "insufficient memory" continued to
  206.            occur from time to time during the compression process,
  207.            we created a separate file called REPZIP.EXE that contains
  208.            the compression and decompression routines.  This executable
  209.            file is simply called when it is needed.  This reduced the
  210.            size of REPLICA.EXE by about 45K.  When REPZIP.EXE is
  211.            executed, Replica is swapped out to EMS, XMS, or disk, thus
  212.            leaving a large amount of free memory for the compression
  213.            process to occur.  This should virtually eliminate all
  214.            "insufficient memory" error messages from occurring.
  215.  
  216.  
  217. 11-28-94 ■ Version 1.01  (Internal BETA Version, Not Released.)
  218.  
  219.          . Added a message box that will be displayed when an image
  220.            has been created, to display the total size of the image
  221.            file and the compressed file (if a compressed file was
  222.            created).  This will give the user an idea of the total
  223.            compression that was achieved on during the compression
  224.            process.
  225.  
  226.          . Added a "Beep When Done" option to the Settings, Defaults
  227.            screen, and modified the code to beep when a disk image
  228.            has been copied to a file, or when a new disk has been
  229.            created from an image file.
  230.  
  231.          . Added a "Defaults" screen to allow users to modify the
  232.            default values for the disk drive, drive type, disk image
  233.            path, and compression setting.  When the Copy Disk To File
  234.            and Copy File To Disk screens are displayed, the default
  235.            values are used.
  236.  
  237.          . Fixed a problem where a compressed (.ZIP) image file would
  238.            not be placed in the same directory as the original (.RIF)
  239.            image file.  Instead, the compressed file would be placed in
  240.            the default Replica sub-directory.  Now, the compressed file
  241.            will reside in the same directory as where the original image
  242.            file was created.
  243.  
  244.          . Removed commands that allowed users to edit records directly
  245.            from the browser screen.  Now, all maintenance should be
  246.            performed from the Database Maintenance screen.
  247.  
  248.          . Added a new menu option specifically for the purpose of
  249.            database maintenance.  This allows users to view and
  250.            edit existing entries, as well as create new ones.  (Users
  251.            may want to create a new entry if they accidentally delete
  252.            an entry.)
  253.  
  254.          . Changed the operation of the Search button.  If the user
  255.            does not select a record, but presses Escape instead, the
  256.            browser will no longer put a blank entry in the "File To
  257.            Read" field.  Instead, it will leave the existing entry
  258.            unchanged.
  259.  
  260.          . Fixed a problem where the columns in the database browser
  261.            screen were not being truncated properly if descriptions or
  262.            paths were longer than the column display width.
  263.  
  264.          . Added a warning message to alert the user if a file already
  265.            exists before attempting to recreate or overwrite it during
  266.            the Copy Disk To File process.
  267.  
  268.          . Added a prompt before starting the copy process to remind
  269.            the user to enter a disk into the disk drive.
  270.  
  271.  
  272. 11-21-94 ■ Version 1.00
  273.  
  274.          . Initial release of Replica.
  275.